untrusted clients meaning in Chinese
未受信任客户端
Examples
- If you rely on mac addresses , processor ids , or cookies , remember that they are essentially self - reported by an untrusted client
如果您依赖于mac地址、处理器标识或cookie ,请记住它们本质上是由一个不可信的客户机自我报告的。 - If you are concerned about this type of attack , which is easily prevented through code inspections , you can prevent untrusted clients from connecting to the web container
如果您担心这种类型的攻击(可以通过代码检查轻松地加以防止) ,则可以阻止任何不受信任的客户端连接到web容器。 - This option is often better than the alternatives . storing session state in the client using http cookies or hidden form fields has significant security risks - it exposes a part of your application internals to the untrusted client layer
在客户端用http cookie或者隐藏表单字段存储会话状态有很大的安全风险它将应用程序的一部分内部内容暴露给了非受信任的客户层。